php forum
php mysql forum
php mysql smarty
 
Page 1 of 10 1 2 3 ... 9 10 >
Topic Options
#135031 - 05/14/01 11:35 AM [6.0x] UBBNews Hack: 'slashbb' alternative
JB007 Offline
Member

Registered: 03/14/00
Posts: 213
Loc: Kuwait ( q8 )
Hi guys,
I've recently done the UBBNews hack which works exactly as 'slashbb' hack for UBB5. The new hack is compatible with the caching system and is completely configurable through the CP

Here it is .

Best Regards,

<FONT COLOR="#000000" SIZE="1">[ May 15, 2001 04:36 AM: Message edited by: JB007 ]</font>
_________________________

Top
#135032 - 05/14/01 01:06 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
polestar Offline
Junior Member

Registered: 03/25/01
Posts: 30
Do you have a demo?

Top
#135033 - 05/14/01 01:40 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
DGMayor Offline
Member

Registered: 05/08/01
Posts: 46
Loc: Orlando, FL
I'm having two problems so far. First is that it seems to be using it's own Style template. If I select the template I usually use, I receive this error:
Can't locate c:/lmalla/ubbcgi/vars_style_2.cgi at c:lmallaubbcgiubbnews.cgi line 24.

Even if I change the standard template to my current colors, it still uses a different set.

Second problem is that if I select any other forum # other than 1, I receive this error:

Unable to open thread# 000145: No such file or directory at c:lmallaubbcgiubbnews.cgi line 72.

Top
#135034 - 05/14/01 02:13 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
JB007 Offline
Member

Registered: 03/14/00
Posts: 213
Loc: Kuwait ( q8 )
Thanks for your feedback DGMayor, anyway here is the fix:
1. Open ubbnews.cgi
2. Find:
Code:
code:

3. Replace with:
Code:
code:

4. Find:
Code:
code:

5. Replace with:
Code:
code:


Hop this works!
_________________________

Top
#135035 - 05/14/01 02:21 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Compboy Offline
Member

Registered: 02/24/01
Posts: 66
Loc: The Nederlands
Demo please
_________________________
What Would UBB look like with out hacks?

Top
#135036 - 05/14/01 02:56 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
JB007 Offline
Member

Registered: 03/14/00
Posts: 213
Loc: Kuwait ( q8 )
Ok, here is a screen shot:


<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 02:56 PM: Message edited by: JB007 ]</font>
_________________________

Top
#135037 - 05/14/01 03:01 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
looking good JB, and thanks for the Arabic wordlets...
_________________________
- Allen wavey
- What Drives You?

Top
#135038 - 05/14/01 03:54 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
DGMayor Offline
Member

Registered: 05/08/01
Posts: 46
Loc: Orlando, FL
Two other minor problems.

First, If you don't use the Posticons, it leaves a broken image in it's place. Some code should be added to check if Posticons are allowed or not (I just removed that cell of the table).

Second, it doesn't want to post the Graemlin's correctly. Pretty sure this is a UBB issue, and not a UBBNews issue, but it bugs me wink

Basically for the Graemlins, it instead of showing up at www.lmalla.com/ubb/smile.gif it just tries to display it from www.lmalla.com/smile.gif.

Other than that I'm diggin it. Only reason I have yet to switch over to it from Newspro is because I like the fact that newspro archives my news. I'm still debating whether or not I want to lose that funcionality. smile

I also did some cosmetic edits here and there. If you wanna check it out, here are some links:

My Website Using Newspro
Testing the UBBNews (with similiar displ...SSI at the top)
My UBB :), which of course is linked from the main website


Anyways, the more I play with it, the more tempted I am to switch to it smile Keep up the good work!

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 03:56 PM: Message edited by: DGmayor ]</font>

Top
#135039 - 05/14/01 05:36 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
I fond an error in the readme in cp_lib.cgi where you have:

## Find:
elsif ($_[0] eq 'search') { $CurrentTab = qq%$vars_wordlets_cp{search_settings}%;

## Under it add:
elsif ($_[0] eq 'search') { $CurrentTab = qq%$vars_wordlets_cp{search_settings}%; }
elsif ($_[0] eq 'ubb_news') { $CurrentTab = qq%$vars_wordlets_cp{ubb_news_settings}%;

it should be:

## Find:
elsif ($_[0] eq 'search') { $CurrentTab = qq%$vars_wordlets_cp{search_settings}%;
}

## Under it add:
elsif ($_[0] eq 'search') { $CurrentTab = qq%$vars_wordlets_cp{search_settings}%; }
elsif ($_[0] eq 'ubb_news') { $CurrentTab = qq%$vars_wordlets_cp{ubb_news_settings}%; }

otherwise it causes an error when you try to load cp.cgi in your browser
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#135040 - 05/14/01 05:59 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
hey is there any way i could call this into like a public_news.pl so people can see it at ultimatebb.cgi?ubb=news
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#135041 - 05/14/01 06:02 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Travis Offline
Kahuna

Registered: 08/25/00
Posts: 1116
Loc: Virginia | Xtreme
heres a demo if anyone wants it:

http://www.zeldaglitches.com/SSI/main.shtml

I have done some modification to it though btw.
_________________________
.::First place winner in the June 2001 Member Spotlight ::.

Top
#135042 - 05/14/01 06:06 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Webdaddie Offline
Member

Registered: 11/03/00
Posts: 202
Loc: East Coast NJ, USA
I also seen that error and corrected it.

The options will load correct in the cp.

But when calling the ubbnews.cgi I still keep getting an error 500

Top
#135043 - 05/14/01 06:30 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
it is not working for me, it is not putting the post there. See at that url
http://www.m2sc.com/
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#135044 - 05/14/01 07:41 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Travis Offline
Kahuna

Registered: 08/25/00
Posts: 1116
Loc: Virginia | Xtreme
M2sc-com

make sure ur ubbnews.cgi is pointing to the right perl address. Mine wasn't showing up either until i changed the address.
_________________________
.::First place winner in the June 2001 Member Spotlight ::.

Top
#135045 - 05/14/01 09:05 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
jordo Offline
Moderator / Developer

Registered: 08/05/00
Posts: 830
the icons not showing up issue is is due to the vars_config variables NonCGIPath and NonCGIURL being different. in public_ubb_news.pl the icon is represented as:
Code:
code:

when it should be :
Code:
code:

for those who dont have the same url path as web server path.
_________________________
jordo

Top
#135046 - 05/14/01 09:14 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
excellent work mr. bond.

any chance of more features in the future? wink wink some sort of archiving would be nice, as mentioned above. this also is one reason i am hesitant. i like to keep (have/need) old news due to the way my site is laid out.

<FONT COLOR="#000000" SIZE="1">[ May 14, 2001 09:22 PM: Message edited by: DPK ]</font>
_________________________

Top
#135047 - 05/14/01 09:19 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
M2sc-com Offline
Member

Registered: 03/06/01
Posts: 281
Loc: Bristol, FL
ok love it, i forgot that i have to chmod .shtml files on my new server laugh
_________________________
Website: M2sc.com
Hacks Made:
ICQ Pop-up Hack v1.5 (DOWN *NEW SERVER*)

Category Descriptions

Top
#135048 - 05/14/01 09:21 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Webdaddie Offline
Member

Registered: 11/03/00
Posts: 202
Loc: East Coast NJ, USA
Okay do I leave the -w in there

#!/perl/bin/perl -w

Quote:
quote:

Top
#135049 - 05/14/01 09:26 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
the -w executes perl so that it scans the lines of the script for errors carefully and prints them out if it finds any. sorta for debugging, shouldnt matter if you take it off or not.
_________________________

Top
#135050 - 05/14/01 09:27 PM Re: [6.0x] UBBNews Hack: 'slashbb' alternative
Travis Offline
Kahuna

Registered: 08/25/00
Posts: 1116
Loc: Virginia | Xtreme
nope, or at least i didnt
_________________________
.::First place winner in the June 2001 Member Spotlight ::.

Top
Page 1 of 10 1 2 3 ... 9 10 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks